home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / titans / game.swf / scripts / DefineSprite_50 / frame_1 / DoAction.as
Text File  |  2010-11-09  |  104b  |  10 lines

  1. no = Number(_name);
  2. if(no <= rt.menustatus)
  3. {
  4.    gotoAndStop(1);
  5. }
  6. else
  7. {
  8.    gotoAndStop(2);
  9. }
  10.